home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / sound / rsynth22.zip / DICT.H < prev    next >
C/C++ Source or Header  |  1994-11-08  |  262b  |  9 lines

  1. /* $Id: dict.h,v 1.13 1994/11/08 13:30:50 a904209 Exp a904209 $
  2. */
  3. extern void *dict;
  4. extern unsigned char *dict_find PROTO((char *s, unsigned n));
  5. extern int dict_init PROTO((int argc,char *argv[]));
  6. extern void dict_term PROTO((void));
  7. extern char **dialect;
  8.  
  9.